internal/runtime/maps.ctrlGroup.matchEmpty (method)

14 uses

	internal/runtime/maps (current package)
		group.go#L169: func (g ctrlGroup) matchEmpty() bitset {
		runtime_fast32_swiss.go#L76: 		match = g.ctrls().matchEmpty()
		runtime_fast32_swiss.go#L145: 		match = g.ctrls().matchEmpty()
		runtime_fast64_swiss.go#L76: 		match = g.ctrls().matchEmpty()
		runtime_fast64_swiss.go#L145: 		match = g.ctrls().matchEmpty()
		runtime_faststr_swiss.go#L152: 		match = g.ctrls().matchEmpty()
		runtime_faststr_swiss.go#L211: 		match = g.ctrls().matchEmpty()
		runtime_swiss.go#L107: 		match = g.ctrls().matchEmpty()
		runtime_swiss.go#L181: 		match = g.ctrls().matchEmpty()
		runtime_swiss.go#L283: 			match = g.ctrls().matchEmpty()
		table.go#L217: 		match = g.ctrls().matchEmpty()
		table.go#L250: 		match = g.ctrls().matchEmpty()
		table.go#L464: 				if g.ctrls().matchEmpty() != 0 {
		table.go#L477: 		match = g.ctrls().matchEmpty()